home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
gui
/
gadtoolsbox20c.lha
/
GadToolsBox
/
GTXLib
/
Docs
/
GetFileClass.doc
next >
Wrap
Text File
|
1993-04-01
|
789b
|
28 lines
Class: getfileclass
Superclass: imageclass
Include File:
This class is an extension to the existing imageclass. It is ment to be used
as a gadget in conjunction with a string gadget that exists for file/dir/volume
name retrieving. When the user presses a gadget with this image instead of
typing the file/dir/volume into the string gadget the application should open
up a file/dir/volume requester for the user to select one.
New Methods:
None.
Changed Methods:
None.
Supported Methods:
OM_NEW, IM_ERASE, IM_DRAW. All other methods are passed onto the superclass
dispatcher.
Attributes:
IA_Left, IA_Top, IA_Height (I) - These attributes should be used to set the
position and height of the GetFile image. The width of the GetFile image is
fixed and cannot be changed.